Prepare Method (DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
In This Topic
Creates a prepared (or compiled) version of the command on the data source.
Syntax
'Declaration
Public Overrides Sub Prepare()
public override void Prepare()
See Also